home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / swears10.zip / !LIB.BAT < prev    next >
DOS Batch File  |  1991-06-25  |  197b  |  10 lines

  1. @cho off
  2. del *.lib
  3. cl /c /AS /Ox /W2 swears.c
  4. lib swears_s.lib +swears;
  5. cl /c /AM /Ox /W2 swears.c
  6. lib swears_m.lib +swears;
  7. cl /c /AL /Ox /W2 swears.c
  8. lib swears_l.lib +swears;
  9. del *.obj
  10.